(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <graphics/text.h>
#include <proto/graphics.h>
void AskFont()
SYNOPSIS
struct RastPort * rp
struct TextAttr * textAttr
LOCATION
In GfxBase at offset 79
FUNCTION
Query the attributes of the current font in a RastPort.
INPUTS
rp
Query this RastPort.
RESULT
textAttr will contain a description of the font.
NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
06.03.1997 digulla
Three new functions